Skip to content

Add security and vulnerability scanning tools#1703

Merged
mre merged 1 commit intomasterfrom
add-security-tools
Sep 19, 2025
Merged

Add security and vulnerability scanning tools#1703
mre merged 1 commit intomasterfrom
add-security-tools

Conversation

@mre
Copy link
Copy Markdown
Member

@mre mre commented Sep 19, 2025

Summary

Add 5 well-maintained security and vulnerability scanning tools:

  • Safety - Python dependency vulnerability scanner (MIT License)
  • pip-audit - Python package vulnerability scanner by PyPA (Apache 2.0)
  • OSV-Scanner - Multi-language vulnerability scanner by Google (Apache 2.0)
  • Dockle - Container image security linter (Apache 2.0)
  • Grype - Container vulnerability scanner by Anchore (Apache 2.0)

Verification

All tools verified as actively maintained with recent commits and releases:

  • Safety: v3.6.1 (Sep 2025), 831 commits, 46 contributors
  • pip-audit: Active PyPA project, 765 commits, backed by Trail of Bits & Google
  • OSV-Scanner: v2.2.2 (Aug 2025), 1,490 commits, 85 contributors
  • Dockle: Active development, 237 commits, 3k+ stars
  • Grype: Active Anchore project, 1,940 commits, ongoing community meetings

Coverage

These tools fill important gaps in the catalog:

  • Python dependency security scanning
  • Container image security analysis
  • Multi-language vulnerability detection
  • Supply chain security assessment

@mre mre merged commit 6bec1f8 into master Sep 19, 2025
2 checks passed
@mre mre deleted the add-security-tools branch September 19, 2025 08:55
@kayo09
Copy link
Copy Markdown

kayo09 commented Sep 20, 2025

may i also suggest my trinket: https://github.com/kayo09/ForMistakeLearning

@mre
Copy link
Copy Markdown
Member Author

mre commented Sep 21, 2025

Cool. It needs to have at least 20 stars and be around for a few months first. See the contribution guidelines for reference.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants